
'Declaration Public MustInherit Class C1CursorDataCollection (Of T As Class, K) Inherits C1DataCollectionBase(Of T) Implements IDataCollection(Of T), ISupportConnection, ISupportEditing(Of T), ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting, ISupportVirtualization
public abstract class C1CursorDataCollection<T,K> : C1DataCollectionBase<T>, IDataCollection<T>, ISupportConnection, ISupportEditing<T>, ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting, ISupportVirtualization where T: class
System.Object
C1.DataCollection.C1DataCollectionBase<T>
C1.DataCollection.C1CursorDataCollection<T,K>
C1.DataCollection.AdoNet.C1AdoNetCursorDataCollection<T>
C1.DataCollection.C1CursorDataCollection<T>
C1.DataCollection.EntityFrameworkCore.C1EntityFrameworkCoreCursorDataCollectionBase<T>